The error message is like this!

\

The database could not be found,

This error will also be reported! Just write the database path correctly!

Not enough permissions,

Maybe it’s not the right thing to say, but just get the permissions right!

Specific steps

The publishing directory permission of the website on the server is incorrectly configured. PublishedVersion = PublishedVersion = PublishedVersion = PublishedVersion = PublishedVersion ② When you see a “Add” button, click “Add”; ③ At this time there is a “advanced” button on the lower left, click “Advanced”; ④ At this time there is a “Find now” button in the middle, click “find now”; ⑤ Find NetWork in the search results (shortcut key N can be seen); ⑥ Select “NetWork” and click “OK”, then click “OK”, then see this page is the NetWork permission, check the check box, you can… Note: The Server OS is Windows Server 2003. \

Ps: Write permission Optional

Other answers and solutions

The first

Then you should have IIS configuration problems, is the server 2003? Check web service extensions. Is ASP.NET disabled? Check to see if you have the CORRECT VERSION of ASP.NET for IIS. \

The second

I have encountered the problem you mentioned, the Internet Explorer browser on the server looks fine, but when the client access will have a problem. The change was made to follow the error message – it didn’t work at all, until it turned out to be a wrong type of date fetch in the server code. No errors are reported at run time. So I think you should take a closer look at the server-side source code to see if anything went wrong. \

The third

The reasons for this error message, because your this page has errors, for example, when the page is initialized, you need to read data from the database is loaded into the page, such as you have a Dropdownlist read from the database data binding, but the page first loads, you read data source content is empty, The page then reported an error, but this error, can be viewed locally, when connected through the Internet, because your configuration file is not configured to allow remote view of the error, so cannot be viewed, is reported as you described the error. Take a close look at the data you need to bind when initializing your page, and check to see if any data read from the database is initialized with a value of NULL! \

The fourth

When this happens, either your program is wrong or the server is configured incorrectly. \

Check to see if your server supports asp.net, and if so, check to see if the version of your application is supported. For example, if you are using asp.net 2.0, the server only supports 1.0\

The fifth

I’ve had this problem too, just change the.NET version in IIS. There are also read write directory browse to select \

PS: Directory is optional

\

The sixth

I’m going to check IIS on the server and I’m going to change the execution permissions under the directory in IIS to pure scripts and executables. That’s it. I hope it’s helpful. \

The seventh

Try adding the Everyone user to the folder where the files used on your site are stored, with the permissions set to “fully controllable”

The eighth

In web.config, add:


to see the specific error information

\

Conclusion:

As you can see, the occurrence of this error involves a lot of problems! Wait for you to discover, if solved, remember to take out to share next!

\

\

The author looked at this post to solve

Bbs.csdn.net/topics/3001…

\

\