asp.net on linux/mono broken? weird load then 404/resource error
- by acidzombie24
I am testing out my asp.net on mono's VM Ware Image using opensuse
From the home page it says
Trying out your own code
You can test your own applications by
connecting with the file manager on
this machine to the machine hosting
your application, and copying over the
directory containing application and
its associated files.
To test your ASP.NET applications,
copy your code to a new directory in
/srv/www/htdocs , then visit the
following url:
http://localhost/directoryname/page.aspx
Where directoryname is the directory
where you deployed your application,
and page.aspx is the initial page for
your software, typically Default.aspx.
Mirror: http://tortillaflatscafe.com/
I saw my app had errors. After i restarted the VM i can no longer run my app. Instead of getting error messages or anything i get this error instead.
Server Error in '/myfoldername' Application
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Default.aspx
I tried /default.aspx, using sudo to set permissions to 777 recursively, restarting apache via terminal i could not get this error to go away. How do i fix this?