I am a PHP programmer that is trying to convert to using .NET. I just write code so I don't really have any idea about the servers and all that stuff. I am used to coding on my local machine, and FTP'ing the files up to the web server and test them.
Somebody installed DotNetNuke on the web server for me so that I could play around with it and learn how .NET works. I know a bit about the code, but actually configuring stuff to run is beyond me.
In order to open the project, I first mapped a network drive Z: as
blahblah.ad.ourdomain.ca\DotNetNuke. (not the real name of course). So then I opened the project from
Z:\DotNetNuke.sln. I tried to open the solution in Visual Studio but I got a bunch of errors.
What do these mean? How do I get rid of them? And how can I make the code run on the web server instead of my local machine? I want the URL to be
http://blahblah.ad.ourdomain.ca/DotNetNuke, not localhost.
The first was:
Visual Studio .NET cannot create or open the application because no web server was detected at this URL: http://localhost/DotNetNuke. Make sure the web server is installed and running.
The second error was:
The project location is not fully trusted by the .NET runtime. This is usually because it is a network share or mapped to a network share not on the local machine. If the output path is under the project location, your code will not execute as fully trusted and you may recieve unexpected security exceptions.