Re: Can't access ASP.net pages from outside

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ravichandran J.V. (jvravichandran_at_yahoo.com)
Date: 11/22/04


Date: Sun, 21 Nov 2004 23:20:59 -0800

Check if the Windows login that you are using to access your aspx pages
have the permission to access these pages. If not, you will have to use
impersonation. Set <identity impersonate=true userid= password=/> in the
web.config file.

with regards,

J.V.Ravichandran
- http://www.geocities.com/
  jvravichandran
- http://www.411asp.net/func/search?
  qry=Ravichandran+J.V.&cob=aspnetpro
- http://www.southasianoutlook.com
- http://www.MSDNAA.Net
- http://www.csharphelp.com
- http://www.poetry.com/Publications/
  display.asp?ID=P3966388&BN=999&PN=2
- Or, just search on "J.V.Ravichandran"
  at http://www.Google.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • Re: ASPX : ACCESS denied when start/stop windows services
    ... Give it a specific username and password to use. ... > but still i am not able to access the services from aspx pages. ... >> permission to interact with windows services. ... >>> i do need to control my windows services using aspx pages. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Security Error attempting to access SQL Database
    ... aspx page I receive the following error. ... Request for the permission of type ... CodeAccessPermission demand, StackCrawlMark& stackMark, Int32 checkFrames, ... Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior ...
    (microsoft.public.sqlserver.security)
  • Re: ASPX : ACCESS denied when start/stop windows services
    ... i added the impersonate="true" in my config files. ... but still i am not able to access the services from aspx pages. ... > permission to interact with windows services. ... >> i do need to control my windows services using aspx pages. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Identifying current user
    ... I can easily get the Windows login of the current user on my machine by ... I copy the aspx and corresponding files to the production ... Thanls ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: trying to post to aspx anonyomously is blocked?
    ... it is desired to have more permission than "machine" (ASPNET). ... On the web server, create a new virtual folder and add a simple ... Will the problem also occur with the ASPX ...
    (microsoft.public.dotnet.framework.aspnet.security)