c# - How do I deploy an ASP.NET MVC application if the ISP doesn't use a BIN directory? -


I have to do a bin deployment on our ISP, Network Solutions. Net Framework 3.5 SP1 is installed on their server, but not ASPNT TMVC.

I need to point out my application in a directory called cgi-bin instead of bin. I Network Solutions says that this is the only directory that has been assigned to execute them The central belief is marked as. I need to put the system.web.mvc dll and application DLL there, and I need those ASP.NET MVC applications so they can search in that directory.

It goes without saying that they will not enter

Solution has been posted below.

After tampered for a while, I finally got a real bin directory I created (a process that says Network Solution that does not work) works properly, and it appears.

I had to implement the routing patch because the network solution is still running IIS6.

People who are interested, you can specify a separate bin directory in web.config like this:

  & lt; Runtime & gt; & Lt; Assembly binding xmlns = "karash: schema-microsoft-com: asm.v1" & gt; & Lt; Private path check = "some folder / bin" /> & Lt; / AssemblyBinding & gt; & Lt; / Order & gt;  

I tried to do it with the Network Solution's CG-Bin Directory and my application actually received MVC DLL.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -