mooring guys...... im working with BizTalk 2006....i exposed an orchestration as a web-service.the problem is not here . the problem that when i was calling the web service as http://localhost..... the browser gives me this "The webpage cannot be found" but when i put my IP address it works well.... as in http://XXX.XX.XX.XX.... and if i put the local host IP address and the same browser message appears "The webpage cannot be found" so im searching about what is killing my localhost......i uninstall the sharepoint and the same error occurs so plz plz plz if any one have any idea..... Regards Ahmad Dalqamouny
Ahmad Adnan
Posts
-
IIS problem with my localhost -
delay signinghi guys im developing a Biztalk 2006 application im using microsoft enterprise Enterprise assemblies and other assemblis that i dont have the code -delayd signed assembles- so how can re-assign the assemblies whethere i have the sorce key and the snk file or i don't have them. thanks ahmad dalqamouny
-
delay signinghi guys im developing a Biztalk 2006 application im using microsoft enterprise Enterprise assemblies and other assemblis that i dont have the code -delayd signed assembles- so how can re-assign the assemblies whethere i have the sorce key and the snk file or i don't have them. thanks
-
Help with configuration filei working on 2 parts application windows service and windows application i want to attach them to the same configuration file. is it possible. and if it yes how shuold i do it ? and if it is not? what other solution. regards
-
message box in windows serviceim workingin windows service and i have to notify the user of specific messgae.showing message box is invalid in windows service.any solution. regards
-
System.Web.HttpUtility.UrlEncode() help help help helpim trying to pass arabic text in my query string......... but the data appears rabish....... i rtied to past the result URL and QuerString and worked well..... so i think the Creat() method ...so plz i need help and this is the method i use.... HttpWebRequest Requset = (HttpWebRequest)HttpWebRequest.Create(URL + "&depositType=" + System.Web.HttpUtility.UrlEncode("Some Arabic Text") + "&transferName=" + System.Web.HttpUtility.UrlEncode("Some Arabic Text")); Requset.Method = "GET"; HttpWebResponse Response = (System.Net.HttpWebResponse)Requset.GetResponse();
-
the PC current Calenderhow to get the current calender name that selected in the PC from the controle panel how can i determine if the calnder is hijri or gregorian? regards
-
hijri calender with sql server 2005im working on windows applicaction and i want to support th ehijri calnder (islamic calnder) the year 1428 will be 2007. but when im trying to inser new filed gave me out of range (1765<) here is some examples:- declare @x datetime set @x= convert(datetime ,'01/01/1428',131) print @x the result is ===> "Jan 19 2007 12:00AM" convert from hijri to gregorian worked well but declare @x datetime set @x= convert(datetime ,'01/01/1482',101) print @x the result is ===> "The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. " tha means cant convert from hijri to gregorian so plz what is the best method for me to accept the both pc calender setting for my application. regards
-
AJAX scriptmanager in master pageexactly.... the menu is in the master page....so y the menu is redrawan when i navigate.technically i still in the master page so the palce holder wich contains the navigated page is postback but menu apears that it is also postback thx
-
AJAX scriptmanager in master pagei created master page with main menu(.NET control) and i added the script manager frist then the updatepanel and then i insert the menu in the updatepanel,but when i navigate the pages the menu still post-backes... if i but a button it worked ok...... so any ideas? regrds
-
Help Help Help and need helpi finished my project and now the deployment phase. i have done the web-setup project and worked well. my problem is with tha database. my database is SQL Server 2005 and when i install the web i included a .bak file to resotre. is the user forced to install the whole enterprise sql server or, is the sql express edition enough for the web consedring that i have "Insert,Update,Delete,Backup,Resotre,Drop" command (SQL Queries) in my application. so plz im looking for help.
-
help with these queryim looking if exist Query do this 1-back up the database into specific path, 2-restore data from specific path. 3-return all of the user tables in specific database thx
-
Grid CheckBox Column with javascriptis there any chance to create button to select(Deselect) all the CheckedBox Columns in my Grid with client-side script?
-
iWeb Setupi made my web setup file and worked well. and now the database how can i Attach it -or restore it-what if the user doesnt have SQL i added sql express edition as prerequsities.
-
getting started in AJAXim working in asp .net for 2 years and i wanna go to the next step. so plz i wanna to know? 1-what DLLs should i install (i need link). 2-and simple example will be nice regards
-
Help Help And More Helpis there any method to edit the configuration file from my SettingPage.aspx? all i want to change my database password-Connection Sting- from this page.... so plz i need to know what is the best techniques of the case.
-
Help Help Helphelp plz where do i find Authonication mode in sql server 2005 coz my configuration is set to windows Authonication and i want to change it into mixed
-
Need Advice (Atlas or AJAX)i want to learn one of these methods. i need to know which better or powerfull. any recomondation?
-
month FormatSystem.DateTime.Now.ToString("MMM"); i think it will work. and u can apply it to any other DateTime object regards
-
Event Fire in Drop Down Listset AutoPostBack to true in the DropDownList