Link to home
Start Free TrialLog in
Avatar of pureauto
pureautoFlag for United States of America

asked on

Why do my web services break when precompiled?

I have an ASP.NET 3.5 project that uses a couple WCF web services.  They work great when I deploy the actual source files.  However, If I precompile the web site before deployment, the web services break.  I will attach a screenshot of the yellow screen.

Any ideas?
Precompiled-Web-Service-Error.JPG
ASKER CERTIFIED SOLUTION
Avatar of Sammy
Sammy
Flag of Canada image

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
Avatar of pureauto

ASKER

Those links were exactly what I needed.  Turns out I just needed to ensure that my project in Visual Studio and my virtual directory in IIS after install must have the same name.

Thanks Sammy.
Thanks again.  Exactly what I was looking for.
You are most welcome, I had the same issue awhile back and found that thread very helpful.