Tuesday, March 13, 2012

switch project from "file" to "web"?

I've taken over a project from another for a webservice. He originally set it up as "file" based, so it's showing up as "c:\path\to\site" in the solution manager. This is causing issues and it should be setup as a website withhttp://virtual/to/site.

Is there a way to switch a file based one to a web based one and have it use IIS ?

Nevermind... just readded it manually to the solution, seemed to work

Hi:

I think you are talking about an ASP.NET 2.0 application?

You can simply make a File System application work smoothly with IIS, by creating a new website poiting to the folder of that application, and open a web path in VS 2005 instead of the File System

Am I getting you correct?

Regards


yes, the issue was that it was under source control...

It's all good now though, thank you.


Hi Curt, I am glad it worked fine now.

Take care my friend,

Regards

0 comments:

Post a Comment