c# - Manually copying a single aspx webform into a remote (functioning) website -


i have classic asp .net webforms application. application uses cms, cms can't reached within internal network. since pages stored in cms means can't test page changes on workstation.

theoretically have define changes within cms, , deploy. first of cms, of web application. (the code behind still defined within .net project).

there bunch of hybrid pages, pages defined within .net project use components (master pages, user controls) defined in cms.

for test making such page. need copy page on remote site, without deploying full web application.

is there way copy single aspx webform , associated code behind?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -