开发者

asp.net page error

开发者 https://www.devze.com 2023-01-27 20:07 出处:网络
I have a Page in my asp.net website which I called FAQUSER.aspx this page works fine on my local server,but after I publish that project and upload it on the production server it gives me the followin

I have a Page in my asp.net website which I called FAQUSER.aspx this page works fine on my local server,but after I publish that project and upload it on the production server it gives me the following error, The File 'FAQUSER.aspx.cs' doesnot exist

That's the only page of all the pages in my webs开发者_C百科ite that is giving this error,

So does anyone have any idea what could be the solution to that problem ??

Best Regards.


Make sure you upload the compiled binary/binaries for the project as well as the aspx files.


If you are using XCopy publishing you should upload .cs files to the production server with .aspx files.

0

精彩评论

暂无评论...
验证码 换一张
取 消