Click here to Skip to main content
15,887,821 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
Not Active24-May-10 14:17
mentorNot Active24-May-10 14:17 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
anoop_m8324-May-10 14:33
anoop_m8324-May-10 14:33 
AnswerRe: How can Access a Div without add runar="server" in code behind? Pin
doudoufly2-Jun-10 0:05
doudoufly2-Jun-10 0:05 
QuestionExample ASP.NET training project, which uses a database, users can enter under the login and apply the session. Pin
vn2145624-May-10 10:50
vn2145624-May-10 10:50 
QuestionDynamic Content + Reflection + Server Controls Pin
CP_Klewis24-May-10 10:25
CP_Klewis24-May-10 10:25 
AnswerRe: Dynamic Content + Reflection + Server Controls Pin
T M Gray24-May-10 11:05
T M Gray24-May-10 11:05 
GeneralRe: Dynamic Content + Reflection + Server Controls Pin
CP_Klewis25-May-10 1:27
CP_Klewis25-May-10 1:27 
QuestionWeb Service on https site Pin
#realJSOP24-May-10 9:48
mve#realJSOP24-May-10 9:48 
I have a problem that I'm not sure what to do about.

I have a asmx web service (as opposed to WCF) that I deployed to an existing website which resideson a secure server (https).

I have a silverlight 3 app on the same site that is supposed to use this service, but when it tries to call one of the methods, I get this exception:

The provided URI scheme 'https' is invalid; expected 'http'.<br />
Parameter name: via<br />
   at System.ServiceModel.Channels.TransportChannelFactory`1.ValidateScheme(Uri via)<br />
   at System.ServiceModel.Channels.HttpChannelFactory.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)<br />
   at System.ServiceModel.Channels.HttpChannelFactory.OnCreateChannel(EndpointAddress remoteAddress, Uri via)<br />
   at System.ServiceModel.Channels.ChannelFactoryBase`1.InternalCreateChannel(EndpointAddress address, Uri via)<br />
   at System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(EndpointAddress address, Uri via)<br />
   at System.ServiceModel.Channels.ServiceChannelFactory.ServiceChannelFactoryOverRequest.CreateInnerChannelBinder(EndpointAddress to, Uri via)<br />
   at System.ServiceModel.Channels.ServiceChannelFactory.CreateServiceChannel(EndpointAddress address, Uri via)<br />
   at System.ServiceModel.ClientBase`1.ChannelBase`1..ctor(ClientBase`1 client)<br />
   at FMDashboard2.FMDashboardReference.FMDashServiceSoapClient.FMDashServiceSoapClientChannel..ctor(ClientBase`1 client)<br />
   at FMDashboard2.FMDashboardReference.FMDashServiceSoapClient.CreateChannel()<br />
   at System.ServiceModel.ClientBase`1.CreateChannelInternal()<br />
   at System.ServiceModel.ClientBase`1.get_Channel()<br />
   at FMDashboard2.FMDashboardReference.FMDashServiceSoapClient.FMDashboard2.FMDashboardReference.FMDashServiceSoap.BeginGetListOfOrganizations(GetListOfOrganizationsRequest request, AsyncCallback callback, Object asyncState)<br />
   at FMDashboard2.FMDashboardReference.FMDashServiceSoapClient.BeginGetListOfOrganizations(AsyncCallback callback, Object asyncState)<br />
   at FMDashboard2.FMDashboardReference.FMDashServiceSoapClient.OnBeginGetListOfOrganizations(Object[] inValues, AsyncCallback callback, Object asyncState)<br />
   at System.ServiceModel.ClientBase`1.InvokeAsync(BeginOperationDelegate beginOperationDelegate, Object[] inValues, EndOperationDelegate endOperationDelegate, SendOrPostCallback operationCompletedCallback, Object userState)




When I try to browse directly to the web service, I get this asp.net exception:



Server Error in '/fm/tools/batsnet/FMDashboardService' Application.<br />
--------------------------------------------------------------------------------<br />
<br />
Configuration Error <br />
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. <br />
<br />
Parser Error Message: Could not load type 'BATS.NET.Auditing.WebAuthenticationFailureAuditEvent'.<br />
<br />
Source Error: <br />
<br />
<br />
Line 185:				<add name="Audit Events" type="System.Web.Management.WebFailureAuditEvent" startEventCode="0" endEventCode="2147483647"/><br />
Line 186:				<!-- Log authentication failure events --><br />
Line 187:				<add name="Auth Failure Audits" type="BATS.NET.Auditing.WebAuthenticationFailureAuditEvent" startEventCode="0" endEventCode="2147483647"/><br />
Line 188:				<!-- Log membership audit events --><br />
Line 189:				<add name="Membership Audit Events" type="BATS.NET.Auditing.WebMembershipAuditEvent" startEventCode="0" endEventCode="2147483647"/><br />
 <br />
<br />
Source File: D:\Web\aetc\fm\tools\batsnet\web.config    Line: 187 <br />


.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

QuestionGridview containing dependent dropdownlists errors on edit. Pin
janetb9924-May-10 9:09
janetb9924-May-10 9:09 
QuestionHow to get the date value from Date time Pin
Amit Patel198524-May-10 9:00
Amit Patel198524-May-10 9:00 
AnswerRe: How to get the date value from Date time Pin
Not Active24-May-10 9:09
mentorNot Active24-May-10 9:09 
QuestionAjaxControlToolkit AutoCompleteExtender Pin
Crapaw4524-May-10 8:20
Crapaw4524-May-10 8:20 
AnswerRe: AjaxControlToolkit AutoCompleteExtender Pin
T M Gray24-May-10 11:01
T M Gray24-May-10 11:01 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
Crapaw4524-May-10 11:05
Crapaw4524-May-10 11:05 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
T M Gray24-May-10 11:22
T M Gray24-May-10 11:22 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
Crapaw4525-May-10 4:56
Crapaw4525-May-10 4:56 
QuestionWhere are maxWorkerThreads and maxIoThreads in .NET 2.0? Pin
Xiangyang Liu 刘向阳24-May-10 7:25
Xiangyang Liu 刘向阳24-May-10 7:25 
Questionwant one sql query... Pin
hi_everybody24-May-10 7:18
hi_everybody24-May-10 7:18 
AnswerRe: want one sql query... Pin
Brij24-May-10 8:22
mentorBrij24-May-10 8:22 
GeneralRe: want one sql query... Pin
hi_everybody26-May-10 7:59
hi_everybody26-May-10 7:59 
AnswerRe: want one sql query... Pin
Crapaw4524-May-10 8:43
Crapaw4524-May-10 8:43 
GeneralRe: want one sql query... Pin
hi_everybody26-May-10 8:01
hi_everybody26-May-10 8:01 
Questiondisplay hyperlink Pin
Aljaz11124-May-10 6:21
Aljaz11124-May-10 6:21 
AnswerRe: display hyperlink Pin
Sandeep Mewara24-May-10 6:24
mveSandeep Mewara24-May-10 6:24 
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 6:42
Aljaz11124-May-10 6:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.