473,378 Members | 1,500 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Uncompiling asp.net

I have a large asp.net web site, but our web host does not support compiled
..net. How do I now convert the site to run uncompiled?

Paul
Nov 18 '05 #1
4 1074
Paul wrote:
I have a large asp.net web site, but our web host does not support compiled
.net. How do I now convert the site to run uncompiled?

Paul


they're saying even tho they have .NET installed, they don't support
compiled dlls? interesting, cuz what you're about to do gets compiled
anyway behind the scenes (it's a compiled framework, no interpretation)...

you'd have to put all code-behind code in the pages themselves (.aspx),
cross your fingers and hope it compiles at run-time...

but i'd double (and triple) check with them on their claim. makes no
sense, cuz anything you would do in a dll, you could do in a code-front....

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #2
Craig Deelsnyder <cdeelsny@NO_SPAM_4_MEyahoo.com> wrote in
news:Of**************@TK2MSFTNGP11.phx.gbl:
but i'd double (and triple) check with them on their claim. makes no
sense, cuz anything you would do in a dll, you could do in a
code-front....


Ya, some hosts are retarded... My company uses Easyhosting and they don't
support codebehind : (

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #3
"Paul" <cg***@hotmail.com> wrote in
news:#T**************@tk2msftngp13.phx.gbl:
I have a large asp.net web site, but our web host does not support
compiled .net. How do I now convert the site to run uncompiled?


You'll need to copy and paste all the code behind into the ASPX files.

It's a pain... best thing to do is switch hosts.

CrystalTech.com is a good alternative... or even Brinskter.com

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #4
The host is Blue Genesis here in Toronto and I have tried installing the DLL
on the web site and it doesn't work. I have (triple) checked that they don't
support the DLL.

Paul

"Craig Deelsnyder" <cdeelsny@NO_SPAM_4_MEyahoo.com> wrote in message
news:Of**************@TK2MSFTNGP11.phx.gbl...
Paul wrote:
I have a large asp.net web site, but our web host does not support compiled .net. How do I now convert the site to run uncompiled?

Paul
they're saying even tho they have .NET installed, they don't support
compiled dlls? interesting, cuz what you're about to do gets compiled
anyway behind the scenes (it's a compiled framework, no interpretation)...

you'd have to put all code-behind code in the pages themselves (.aspx),
cross your fingers and hope it compiles at run-time...

but i'd double (and triple) check with them on their claim. makes no
sense, cuz anything you would do in a dll, you could do in a

code-front....
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.