I am just getting started here this is my first question:
2010 I made an University final project, a website done in Visual Studio 2010.
Now I got in contact with a webhotell and I want it to be published. I tied publish it locally and tehn
just moving it to Filezilla using ftp but i did not work.
It contans a MSSQL database as well.
I got an error message Not Found
Belov is my web.config file. How shall I do to get it right?
This is my web.config file
I got an error message Not Found
Belov is my web.config file. How shall I do to get it right?
This is my web.config file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</configuration>
Go to the complete details ...