Specified cast is not valid

  • Thread starter Thread starter LIN
  • Start date Start date
L

LIN

Hello,

We are deploying an ASP.NET web application on to a windows 2000 machine
which has .NET 1.0 framework and IIS 5.0. I get an error: Specified cast is
not valid. I am deploying this application using the Web Setup Deployment
Solution available in VS .NET. What am I doing wrong? How can i fix this
Error?

Also, during the setup installation process if I change the Port Number from
80 to any other port it doesn't allow us to do that. It says the application
on http://localhost:8088/MyWeb/ is not available. My application is named
MyWeb. Please Advice.

Thanks in Advance.

LIN
 
Specified cast is not valid is a common error message. There must be a bug
in your program that causes it.

Eliyahu
 
Back
Top