Deployment Issues .. Runtime Error

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hi,

I have my application running off my localhost and just transfered it to the production server. And when i ran my application, it came up with a Runtime Error.

The server is an IIS and has SDK already installed.

what are the issues that i have to deal with here

Any inputs.. will be greatly appreciated.
 
Sean,
When you say "transferred", do you mean you created a Web Setup?
Or are you doing a Project Copy from within Visual Studio .NET?

I've used Project Copy with great success. You just have to make sure
you have a Web Application already created on the remote web server.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


Hi,

I have my application running off my localhost and just transfered it to the production server. And when i ran my application,
it came up with a Runtime Error.

The server is an IIS and has SDK already installed.

what are the issues that i have to deal with here

Any inputs.. will be greatly appreciated.
 
Back
Top