 |
|
 |
I have asp.net hosted at my domain which i access using a url like http://www.xyz.com. I have other web applications which are under the root web application in virtual directories which can be accessed using a url like http://www.xyz.com/subsite1 etc.
Now i want to have a sharepoint site as a subsite under my root website which i can access using a url like http://www.xyz.com/sharepointsite1.
I have installed sharepoint 2010 server.This installed a new website Sharepoint-80 and The central administration site. I have changed the Sharepoint-80 website setting to point to wwwwroot where my asp.net wesite and its subsite files are located.
Now if i make a new site collection in my sharepoint site and it gets successfuly created. But when i browse it i get following error.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
My webserver is also a domain controller.
How do i resolve this issue? And how do i achieve the main aim of having a sharepoint site as a subsite under my main website?
Thanx
s.a.w.
|
|
|
|
 |
|
 |
sunit_82 wrote: My webserver is also a domain controller.
Unless this is a limited development environment it is not recommended or optimal to have both on the same machine.
sunit_82 wrote: the main aim of having a sharepoint site as a subsite under my main website?
You can't. SharePoint takes over as the root site in IIS when installed because it uses port 80 for a number of things. If you need to have both SharePoint and normal ASP.NET sites on the same machine then create a separate web application for both and use host headers to configure the urls as desired.
Failure is not an option; it's the default selection.
|
|
|
|
 |
|
 |
Mark is right. I dont think you can do just change the setting within IIS to point to a different directory. How many pages are you going to have within your root site? Is it just the home page that is within the different directory or is it a bunch of pages within the root directory?
Chris
|
|
|
|
 |
|
 |
Remember you are entering a SharePoint env. that does not deal in sql server unless you have BCS, so your ASP.Net site won't be able to authenticate or anything. Plus the ASP.Net site is not communicating with it's parent site for FBA anyway because it doesn't speak the SharePoint API. You are dropping in dead pages in SharePoint. You could fake it with another machine in your LAN that you setup in AD as a subdomain. That would be your only alternative. This submachine could be virtual under lighter traffic if the parent hardware has the resources.
|
|
|
|
 |
|
 |
Hi, I am new to InfoPath, and I am having an issue with a web-based form. I have a Rich Text Box that is in a repeating section that is
bound to an XHTML field. This is not in the main/default view, and the user can submit the form from the main/default view and from the
sub-view with this control in it. When the user adds more than one of these Rich Text Boxes to the form, the data that has been entered into
the field isn't always saved. I have, however, never seen the first time not be saved.
Scenario 1:
user enters text into the Rich Text Box. Then clicks the submit button. The text in the first Rich Text Box keeps the user entered text as
expected. The user then adds another field, enters text, and clicks submit. The form then saves, however, the newly entered text in the
Rich Text Box sometimes changes to "", and sometimes the text in the Rich Text Box stays as the newly entered text as expected
Scenario 2:
After clicking submit and the data stays as expected, the user then wants to change the value that is in the Rich Text Box. The user enters
new data in the Rich Text Box and presses submit. The form then saves, however, sometimes the text in the Rich Text Box changes back to
the data that was there previous to the user's changes, and sometimes the text stays as the newly entered text as expected.
This seems to be a random error. It sometimes happens on the second entered Rich Text Box and sometimes doesn't happen until the
4th or 5th. This error doesn't happen when debugging the form in infopath. The code I am using to debug this issue is on the submit
button clicked event.
XPathNavigator domNav = MainDataSource.CreateNavigator();
XPathNodeIterator rows = domNav.Select
("/my:myTipLead/fxintakerequest:IntakeRequest/fusionx:AnalystNotes/fusionx:AnalystNote/fusionx:NoteText"
, NamespaceManager);
while (rows.MoveNext())
{
EventLog.WriteEntry(ERROR_SOURCE, "node value = " + rows.Current.Value);
}
The event log show all of the times it acted as expected. When it fails to save the text entered, the event log has all of the previously entered Rich Text Box data and the newly entered Rich Text Box entry says "not value = ". I'm assuming that the text is never getting into the field. Any help would be much appreciated. Thank you!!
modified 13 Feb '12.
|
|
|
|
 |
|
 |
This is not a SharePoint related question.
Failure is not an option; it's the default selection.
|
|
|
|
 |
|
 |
I'm sorry. We are using SharePoint to host our forms and I saw other InfoPath related stuff in the SharePoint forum. Where should I ask this question?
|
|
|
|
 |
|
 |
I'm trying to figure out how to connect to a sharepoint list using classic asp. I have a column in the sharepoint list that I want to populate on a classic asp page. Does anyone have any ideas on how to do this?
Thanks
|
|
|
|
 |
|
|
 |
|
 |
Thanks for the reply. i'm using 2007.
|
|
|
|
 |
|
 |
Hello and thx in advance
Info: Sharepoint 2007 WSS 3 sp2
I have a helpdesk site which people can send mails to if they request support! i have then created a workflow that sends this request to another person if i assign it to this person.
The problem is when i send the request via workflow the receiver also receives all CSS code in the task details field!
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
{page:WordSection1;}
-->
This i the detail field text
/regards support
How can i only send the text, or list item? i have also setup the sharepoint (from frontend) site to send mail when new item i created here i receive a perfect HTML page!
|
|
|
|
 |
|
|
 |
|
 |
This is a volunteer site, people will answer you on their time, not yours and mostly if not one has an answer they will no respond. Sometimes people have other things to do than monitor a rarely used forum. A post like this is just rude.
Failure is not an option; it's the default selection.
|
|
|
|
 |
|
 |
iam not really sure why you react like this, no one have answered the question so i asked if no one could help!
Maybe just give something which could help me solve the question. i would not define that as rude.
/Hope you have a nice day, and again thx for helping me in the first question i asked about SharePoint
|
|
|
|
 |
|
 |
It isn't clear what you are expecting. You have an email enabled document library correct? What are you sending and to where? Another list? Are you sending the body of the email or the list attachment.
Failure is not an option; it's the default selection.
|
|
|
|
 |
|
 |
Hello all,
I'm working on one project but i need you help me about how to create Jobs in vb.net
Please help me if your have a view on.
Rgrds,
Spirit88.
|
|
|
|
 |
|
 |
What Jobs? Do you mean a SharePoint TimerJob ?
Failure is not an option; it's the default selection.
|
|
|
|
 |
|
 |
hi guys,
I have a document library where I have the Document ID feature enabled and I get the ID's generated as well. Now the problem is that I wanna show the document ID as a column in the document library and I can't figure how to do that. Seems pretty simple on the face though. Would appreciate any helps or queues please!
Thanks in Advance.
|
|
|
|
 |
|
 |
Were you able to solve you issue?
Chris
|
|
|
|
 |
|
 |
I am really going crazy here , created a workflow in Sharepoint (2007) designer which works fine when adding a static email address (send when element change) but when i add a AD lookup (Email Service Request:Username) it only works if i run it manually, from sharepoint front end!
When i create the same workflow with (Email Service Request:Domain\admin) it works fine, but when i use the above code it only works when i manually start it, from front end. Is there a rights issue?
Found this article but i dont know if it applies to me, though i have some of the same errors especially the thing about logging in as system account, which i dint think much of before this.
http://support.microsoft.com/kb/947284/da
But what rights should the new account have????? or is the error something else?
System info: SB2008 fully updated, running WSS 3
Can anyone help with this ???
|
|
|
|
 |
|
 |
Have you reviewed the ULS logs? Are you using the same account in both places to execute the workflow? It does sound as though it is a permissions issue but there is very little information on which to comment.
Failure is not an option; it's the default selection.
|
|
|
|
 |
|
 |
Thank you very much for reply
When i develop the workflow i use my system admin account, dont no what else i need!
Found this in the log files,
Unexpected Declarative workflows cannot automatically start if the triggering action was performed by System Account. Canceling workflow auto-start. List Id: 2017db47-c26a-423b-ad04-70e918d0fc6f, Item Id: 108, Workflow Association Id: a28126ee-baf4-41aa-8354-6c91ac2553a1
/thx Allan
|
|
|
|
 |
|
|
 |
|
 |
Sadly i did not install it when it was launched! i dont know why my account is system account where can i change it?
I tried to log in using another account and changed a list element, this made the workflow run perfectly so you where wright when you said it was a problem with the accounts, strange problem !! but thanks for pointing me in the right direction
So now 2 questions remain, how can i remove me being system account and what kind of user should i use when using sharepoint designer?
|
|
|
|
 |
|
 |
Yes everything works fine now, for other people having same issue here is what i did; apparently system account can not run Workflows which means if your account is a system account it will not be able to initiate a workflow! This also applies when creating workflows in Sharepoint designer, which will run when email is received.
This means you have to create user for example SPworkflow and make this a site collection admin:
Site Settings > Permissions > Site Collection Administrators
Then log in to Sharepoint designer again and save the workflows using this account!!!!
|
|
|
|
 |