Help on VWD2005 - beginer problem

  • Thread starter Thread starter tony wong
  • Start date Start date
T

tony wong

Just simply created a new web site and add some words by visual web
Developer 2005 Express edition.

it is ok to run at VWD 2005 express at local computer.

then i copied all the 3 files to IIS6 Windows2003 server with dot net 2

i get the following errors running from IIS6. What's go wrong? Thanks.

Server Error in '/' Application.
 
Tony,

Thats really just a generic error from the runtime - you'll need to be a bit
more specific about what the error is.

Make sure your web site is an application in IIS, and turn on the
customerrors option in your web.config filoe to get a better idea of waht
the error is.

<customErrors
mode="RemoteOnly"
/>

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
 
Back
Top