Forum Search Results for "" RSS 1—6 of 6

More Search Options

  • Re: IIS never completing after database access

    Posted to General by eddy556 on 01-21-2009, 11:38 AM

    Solved it! I had to change the entry in Web.config to  <sessionState mode="InProc"></sessionState> Whereas before it was in the database

    • http://forums.iis.net/p/1154474/1890594.aspx#1890594
  • Re: IIS never completing after database access

    Posted to General by eddy556 on 01-21-2009, 11:06 AM

    I've just had something rather interesting e-mailed to me by the application: Error Caught in Application_Error event Error in : http://192.168.1.95/Default.aspx Error Message : Cannot open database "ASPState" requested by the login. The login failed. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Stack Trace : at ...

    • http://forums.iis.net/p/1154474/1890591.aspx#1890591
  • Re: IIS never completing after database access

    Posted to General by eddy556 on 01-21-2009, 9:49 AM

    Okay what should I put? Response.Write("?")?  I have just attempted to read back some of the properties from the Response class which works on my developement PC, but again not when I have got a correct login.  Its a soon as you've hit submit everything just halts?

    • http://forums.iis.net/p/1154474/1890573.aspx#1890573
  • Re: IIS never completing after database access

    Posted to General by eddy556 on 01-21-2009, 9:05 AM

    The database is SQL Server 2005. The connection string is: Data Source=PENIISW2K301\DEV2005A;Initial Catalog=LICENCEMANAGER;Integrated security=true; The logons are handled with a stored procedure - if it returns 0 it will also return a message such as "Invalid credentials" whch is simply relayed to the web app and the user (this ...

    • http://forums.iis.net/p/1154474/1890566.aspx#1890566
  • IIS never completing after database access

    Posted to General by eddy556 on 01-21-2009, 5:58 AM

    Hi, I am using IIS on Windows Server Server 2003 R2 on which I am attempting to run an ASP.NET web application. The web application works fine on my development PC with all database interactions etc as expected. However upon migrating the application to the server (Using the publish feature in visual studio) the following problem occurs: All ...

    • http://forums.iis.net/p/1154474/1890556.aspx#1890556
  • Re: Dynamic IP...

    Posted to General by eddy556 on 01-21-2009, 5:55 AM

    https://www.dyndns.com/ Allows you to have a URL such as www.myserver.com which resolves to your dynimically changing IP address - hence Dynamic Domain Name System (DDNS).  It does this by you installing an app onto your server which bascially keeps reporting your IP address, some routers also come built in with this function so you don't ...

    • http://forums.iis.net/p/1154309/1890554.aspx#1890554

Microsoft Communities