Mono Support Questions on Custom Project 

Viewed 8620 time(s), 2 post(s), 12/11/2012 10:21:48 AM - by Jerry
12/11/2012 10:22:08 AM
35 Reputation 3 Total posts

Hi,

With reference to the guide here, http://www.mono-software.com/blog/post/Mono/95/Building-a-custom-ASP-NET-project-based-on-MonoX/, I have the following questions.

1) After creating the demo MonoX website in IIS, should I create "MyProjectFolder" under "C:\inetpub\wwwroot\MonoX"?

2) I created the recommeneded folder structure as instructed under "wwwroot\MonoX\MyProjectFolder", followed by copying and creating "MyProject.sln" in "C:\inetpub\wwwroot\MonoX". How can I add the the "MyProjectFolder" to the "MyProject.sln" in VS2012, since I can't see it in the default setup.

Hope to get some advice from the experts out here!

Cheers,
Jerry

1
12/11/2012 10:34:45 AM
15993 Reputation 2214 Total posts

Hi,

It depends, if "MonoX" is the root folder of the app then Yes, if this is MonoX engine root folder and you are using "wwwroot" as your app's root folder then No.

After creating the demo MonoX website in IIS, should I create "MyProjectFolder" under "C:\inetpub\wwwroot\MonoX"?
There is a "Show all files" in the VS Solution Explorer, so you need to turn that on, then you can right click on your folder and click on the "Include in Project".
I created the recommeneded folder structure as instructed under "wwwroot\MonoX\MyProjectFolder", followed by copying and creating "MyProject.sln" in "C:\inetpub\wwwroot\MonoX". How can I add the the "MyProjectFolder" to the "MyProject.sln" in VS2012, since I can't see it in the default setup.
Regards

2
This is a demo site for MonoX. Please visit Mono Software for more info.