Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello All,

Am relativity new to this Microsoft Azure.

I have built a Webform application with Database, i used Visual studio default template for Login and Master page. Well, everything seems working in the LocalHost but when i publish it in Microsoft Azure the Default webform is showing up but not the other webforms which i have created.

For Example:
Default.aspx (Visual Studio default template Web Form)
Test.aspx (Custom Web Form)

-Default.aspx is accessible through Azure but not Test.aspx
It throws me an error :
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.


I took a chance and re-uploaded the whole website again but the error remains the same.

Please, help me understand how to get rid of this error.

What I have tried:

Is there anything am missing in the code.
Please, help.

Thanks
Saikrishna
Posted
Comments
[no name] 17-Mar-16 12:05pm    
Make sure that it was added in your project when you deployed to Azure from VisualStudio.
Secondly if you are using PaaS or IaaS, you can login to Azure server remotely and check the Test.aspx file is there.
Member 10376341 18-Mar-16 3:26am    
Yes, i have logged in Azure Server and i can see the file(Test.aspx). Still not accessible.
Member 10376341 18-Mar-16 3:36am    
I used KUDU to view the files.
Member 10376341 18-Mar-16 5:56am    
Any help please..Unable to view it correctly.
Am i missing any steps to deploy?
Member 10376341 18-Mar-16 6:36am    
I have changed <customerror> in Web.Config and set it to 'Off'. Now the previous error vanished and now it throws me "Invalid object name 'Table_Name'". I know that it is a SQL error and that the server is not picking up the exact table from the database but i configured the connection correctly and more over i used Visual Studio Default template for Login and so added custom tables directly into the default database.

The Login seems working but not the pages which i have created.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900