문제

I have developed a website which monitoring our wireless AP status. The site simply ping and return the result whether active or inactive.

Recently, i migrated the site to new machine by using the IIS export function. However, my windows password expired and i tried to change in IIS and it prompt for error. After some research, i notice that i did not export out the decryption key information from old machine. The only solution is to recreate the whole site.

I in the midst of creating the site. I try to find the controller file i created early in project folder located in IIS.

My question is, where did the controller file store? i search up and down still cannot find the files.

Anyone can advise where should i look at?

도움이 되었습니까?

해결책

The controllers will be compiled to a DLL in the bin directory of the website. They are usually C# or vb.net files, that are not deployed as part of the application.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top