ASPX file into Frontpage

  • Thread starter Thread starter Guest
  • Start date Start date
Yes, as long as you know what you're doing!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Well, let me explain a bit. ASP.Net can be compiled into a DLL or not. In
addition, it usually involves having a web.config file with the proper
configuration settings for the app. So, assuming that you put the DLL (if
any) in the \bin folder under the root of the web application, set the
proper scripts and executables permissions, and put the web.config file
where it belongs, as well as making sure it has the right configuration
settings, yes, you can.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Thanks Kevin.

Kevin Spencer said:
Well, let me explain a bit. ASP.Net can be compiled into a DLL or not. In
addition, it usually involves having a web.config file with the proper
configuration settings for the app. So, assuming that you put the DLL (if
any) in the \bin folder under the root of the web application, set the
proper scripts and executables permissions, and put the web.config file
where it belongs, as well as making sure it has the right configuration
settings, yes, you can.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Back
Top