Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Is Denied...

Status
Not open for further replies.

jgoodman00

Programmer
Jan 23, 2001
1,510
Ok, I had an ASP.NET application which after much trouble worked on a
server, SERVER1. I need to move this application to another server, DC2.

Both are domain controllers, both are running the same OS, SP etc.

The files are stored in C:\NET\App on SERVER1 & D:\NET\App on DC2.

I tried manually copying the files to the new server, as well as using the
copy project command inside VS.NET 2003. Both succeed.

When I attempt to load an aspx page I get 'Access Is Denied.'

I have enabled object access auditing & no accesses are logged in the
application directory (neither succeed or fail).

To test, I created a standard WebApplication1 application which printed
Environ("UserName") to a label control. This worked as expected.

I therefore suspect it is some kind of fault in the application (rather than
a true permission denied error which should be logged?).

Any suggestions???

James Goodman MCSE, MCDBA
 
Did you give the asp.net user permissions to D:\NET\App?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top