Link to home
Start Free TrialLog in
Avatar of chuang4630
chuang4630

asked on

Exception in getting web site compiled

I just try to debug the complex web site. As I have been doing for many times successfully, I copied the site from the internal server to my local PC. Create a site for it, get ApplPool (and Identity right), mapp out, get hot file right and then start the site.

This time, it returns the exception as follows:


Server Error in '/' Application.
--------------------------------------------------------------------------------

is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)

I then access the same site (where I copied from) on server, it worked.

Same code, works on the server, but not on the local.

Any one can show me the direction where I can pursue?
Avatar of chuang4630
chuang4630

ASKER

Typo:

get ApplPool (and Identity right), map it out, get host file right and then start the site.

resolved.
ASKER CERTIFIED SOLUTION
Avatar of chuang4630
chuang4630

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Resolved