physical deployment of asp.net web applications vs web sites in shared hosting -


update below

i'm used asp.net web sites, not web applications, , i've deployed ftp'ing asp.net web site folder folder on shared hosting service have pre-defined domain name/web-site (or, wiring web site iis on vps).

deploying web applications appears different, , i'm not connecting dots.

msdn here says:
deployment
for web applications
copy assembly server. assembly produced compiling application.
....
for web sites
copy application source files computer has iis installed on it.
...

"you copy assembly server." gather further reading deployment assembly kind of executable execute on server, , automagically hooks web app iis , other things.

i'm not seeing how that's going work shared hosted web site environment, can't control server execute deployment package.

which mean can't deploy asp.net web application shared hosted service (at example azure or arvixe); i'd have vps or dedicated server them, , use remote desktop.

is correct? , there it, or there wiggle room around web applications , shared hosting services?

update:

this infers it's possible deploy asp.net web application project in shared hosting environment: shared hosting asp.net web application deployment

this shows virtual folders (needed in link above) can created in shared hosting environments.

arvixe virtual folders

i still don't grasp exact mechanics of gets uploaded where, or has happen after that. different, though, because of virtual folder, it's not same uploading bunch of web site folders.

possible resolution

i've asked arvixe (my service) know (and sent them links above); "we run medium trust on our shared servers , application need full trust run. need vps plan deploy application."

in case, answer is: can technically run asp.net web application in shared hosting environment, however, need hosting service enable it, , varies business practices.

this getting moot, because thinking has (partially) convinced me need run vps anyway.

doubts

however, i'm not sure believe it, since may mis-interpreting "application".

i think need more elucidation on link:

shared hosting asp.net web application deployment

i'll try asking author.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -