ASP.NET hosting
I have a little web service of mine and its associated WebForm interface that need hosting. Please help them. Don't leave them alone outside without a home.
If you match one of the following cases, let me know:
- you know of a free ASP.NET hosting solution
- you have a free account that you don't use
- you have space somewhere that you'd like to share with me
- you want to sponsor my web service (I'd do some advertising for you or your company of course)
Note: SQL Server not required.
Help would be appreciated :-)
coacoacoa recommends WebMatrixHosting, but their file size rules makes it unusable ("Maximum size of any file in your account is 100,000 bytes (for .mdb and .dll files maximum size is 1 MB)- any files beyond this limit will be automatically deleted." - FAQ).
Notes to coacoacoa:
- Visual Studio .NET is not supported, only WebMatrix, see features.
- Access to the SQL Server works through Enterprise Manager (part of the SQL Server client tools).
Update: .Net Playground has a 1 MB file size limit, so it isn't much better.
Update: Brinkster's free hosting solution is even worse: no code-behind, no global.asax supported! As they say: "Anything is possible"...
Update: WebMatrixHosting allows 10 MB in SQL Server, and .Net Playground allows big enough Access databases. So I think I'll end up putting my big files in a database.