Specified cast is not valid

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
 
E

Eliyahu Goldin

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

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top