Access Page in VM Image from IE , Not Page from VM Role
-
24 Nisan 2012 Salı 13:11
One Quick QS :
one quick QS : I have my VM image with Sharepoint 2010 deployed to Azure , have create VM role hosted service to access it. What URL should I give to access page in my VM Image and not VM Role.by default it gives a URL for VM role that just opens the IIS page but my actual application is installed in VM Image.
Thanks,
PintoPinto
Tüm Yanıtlar
-
24 Nisan 2012 Salı 13:07
One Quick QS :
one quick QS : I have my VM image with Sharepoint 2010 deployed to Azure , have create VM role hosted service to access it. What URL should I give to access page in my VM Image and not VM Role.by default it gives a URL for VM role that just opens the IIS page but my actual application is installed in VM Image.
Thanks,
Pinto- Birleştiren BrentDaCodeMonkeyModerator 24 Nisan 2012 Salı 13:27 duplicate post
-
24 Nisan 2012 Salı 13:20
One Quick QS :
one quick QS : I have my VM image with Sharepoint 2010 deployed to Azure , have create VM role hosted service to access it. What URL should I give to access page in my VM Image and not VM Role.by default it gives a URL for VM role that just opens the IIS page but my actual application is installed in VM Image.
Thanks,
PintoPinto
- Birleştiren BrentDaCodeMonkeyModerator 24 Nisan 2012 Salı 13:26 duplicate post
-
24 Nisan 2012 Salı 13:24Moderatör
Sharepoint hosting in Windows Azure is NOT supported nor recommended at this time. The stateless nature of the Windows Azure virtual machines makes is exceedingly difficult to reliable operation SharePoint in that envionment.
I highly recommend you abandon the current line of thinking and re-evaluate the scenario. Otherwise you are likely setting yourself up for a long and painful road that ultimate will be less than optimal.
- Yanıt Olarak İşaretleyen Arwind - MSFTModerator 30 Nisan 2012 Pazartesi 06:43
-
24 Nisan 2012 Salı 14:41Yes thats right , am not looking at Sharepoint to Maintain state,am using some of the features in My complex app.Moreover SP has been installed on my base image,so even if it reboots I dont have an issue. Lets say I want to display my default page in VM Image - IIS and not VM role IIS how can I achieve this
Pinto
-
25 Nisan 2012 Çarşamba 02:55Moderatör
Hi,
You can set Sharepoint page as the default page in IIS (Thread: http://forums.asp.net/t/1366144.aspx), or write it in web.config's System.WebServer section. If you have multiple web applications in your project, please set the Sharepoing as the startup project with 80 port.
Another thing is if you want to use Sharepoint in Azure, you need extra lisences of SP.
Hope this helps.
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework
- Yanıt Olarak İşaretleyen Arwind - MSFTModerator 30 Nisan 2012 Pazartesi 06:43
-
09 Mayıs 2012 Çarşamba 16:42
Pinto,
the VM machine has a name - right? Use this name in your path to sharePoint sites and site collections and that should do it.