|
Dear Folks,
I would be highly appreciate if any one from forum give me hand in troubleshooting with installation of Tustena CRM ver. 3.9 Open source Projects. I had successfully Up Data Base using SQL server management studio express 2005, with Windows Authentication Mode on my local machine, We are trying to switch authentication mode to SQL server authentication, to raise with Local user and Password. Indeed Tustena Installation Guide clearly says Update “Web.config” file with following credentials..
“ Open the “web.config” with any text editor and complete the connection string by entering your SQL Server name, user id and password (note: the connection string is the one under “Your string connection” line)
In the same file fill-in all the required AppSettings like email addresses, SMTP server and DNS.
I.E <add key="CONNECTION" value="Data Source=<machinename>\SQLEXPRESS;Initial Catalog=TustenaOS;Trusted_Connection=yes" /> “
Here the Pain starts. I have alter “web.config” as per windows authentication Mode as below..
<add key="Connection" value="Data Source=N77TeV-BA1A4DB3;Initial Catalog=TustenaOS;Integrated Security=SSPI;Connect Timeout=20;Connection Reset=false;Network Library=dbmssocn;" />
<add key="SQLEXPRESS_CONNECTION" value="Data Source=.\tustena;Initial Catalog=TustenaOS;Trusted_Connection=yes" />
And I end up with an Error :
Object reference not set to an instance of an object.
This could be a easy fix, but i really don't know how to fix this.
Appreciate any help.
Thanks!!
|
|
|
|
|
Hi all,
i am facing a problem with ajax calendar extender,when the calendar is open, its not getting closed when the user click on other controls, making the user to select the date mandatory.is there any bug in my code
my code is
<asp:TextBox runat="server" ID="txtDateFrom" Width="115px" MaxLength="40"></asp:TextBox>
<asp:ImageButton runat="server" ID="btDateFrom" ToolTip="Calendar Lookup" ImageAlign="Top"
ImageUrl="Themes/Images/calendar2.jpg" CausesValidation="true" />
<AJAX:CalendarExtender runat="server" ID="CalFrom" CssClass="MyCalendar" PopupButtonID="btDateFrom"
TargetControlID="txtDateFrom" Format="dd/MM/yyyy">
</AJAX:CalendarExtender>
and i kept this in a panel pnltext.in which that panel is a modal pop up panel,
<AJAX:ModalPopupExtender DropShadow="false" BackgroundCssClass="modalBackground"
TargetControlID="DetailFind" runat="server" Drag="true" CancelControlID="ImageButton1"
PopupControlID="pnltext" X="450" Y="50" ID="ModalPopupExtender1">
</AJAX:ModalPopupExtender>
DetailFind is a button, in which the above pop up is invoked
please help
|
|
|
|
|
Hi there,
I am using asp.net default role/membership provider for my new website using login control. I have data stored in a remote sql database -aspbnetdb. I am using the default functionalities to check login status, create new user update, delete user/role etc. Everything works fine when i am run in the VS 2008 development. But when i deploy my website into IIS 6, my membership doesnt work. When i give the login credentials, my IIS completly ignore what i have given in my webform and i ended upgetting an error saying
System.Data.SqlClient.SqlException: Login failed for user 'domain\machinename$'. But i didnt give this id anywhere. Do i need to have a account in this id at the database.
This could be a easy fix, but i really dont know how to fix this.
Appreciate any help.
Thanks!!
|
|
|
|
|
|
For some reason my Server Explorer is gone VS 2008 and when I select it from the menu it does not appear. How can I get it back?
|
|
|
|
|
im having drop down style menubar designed using css. problem is when page loads first time 2 or 3 menu item get shifted in 2nd row.when i refresh page, everything get settle down properly. i checked css & html code of both before error & after error. it is same. can anybody help me with this please??
|
|
|
|
|
Hi Peoples,
I am using ajax pop up extender,
Here my code is
<asp:Panel ID="ProgrPanel" runat="server">
<asp:Image runat="server" ID="Progress" ImageUrl="Themes/Images/cross.png" />
<asp:Button ID="Hide1" runat="server" Style="display: none" />
</asp:Panel>
<asp:Button ID="Button1" runat="Server" Style="display: none" />
<AJAX:ModalPopupExtender BackgroundCssClass="modalBackground"
TargetControlID="Button1" runat="server"
PopupControlID="ProgrPanel" X="525" Y="50" ID="ProgressBar">
</AJAX:ModalPopupExtender>
and on a button click i am trying to show and after some process i need to hide(like progress bar)
ProgressBar.Show();
--my popup comes perfectly
/*My logic goes here*/
ProgressBar.Hide(); (in this step throwing error)
i am getting this error,
The control 'Button1' already has a data item registered.
Parameter name: control
i googled and found that the target id should have any events attached, but here its just a button..
what may be the reason??
help me please..
|
|
|
|
|
|
i already gave
<AJAX:ModalPopupExtender BackgroundCssClass="modalBackground"
TargetControlID="Button1" runat="server"
PopupControlID="ProgrPanel" X="525" Y="50" ID="ProgressBar">
</AJAX:ModalPopupExtender>
here ProgressBar is the ID for that
|
|
|
|
|
|
Hi All peoples,
I am building an web site in which i need to stretch the background image of the page (body) to fit the full screen. is it possible by doing in css sheet,
there is method repeat-x and repeat-y, is there any method like stretch??
Thanks in advance..
|
|
|
|
|
|
At present I have placed a simple text into an excel file. i.e. hello.
What is the simple way to open that file on the client machine?
Thanks
|
|
|
|
|
Look into opening the file from Javascript.
|
|
|
|
|
where do I start in javascript please?
I know nothing about it. i.e. wher to place it in aspx
Thanks
|
|
|
|
|
Please elaborate. I'd like to know how you would use JavaScript for this task.
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
Why don't you open it with crystal report??
((CrystalDecisions.CrystalReports.Engine.ReportClass)Session["MyReportClass"])
.ExportToHttpResponse(
CrystalDecisions.Shared.ExportFormatType.Excel,
Response, true, ((CrystalDecisions.CrystalReports.Engine.ReportClass)Session["MyReportClass"]).ReportOptions.InitialReportPartName);
Save the report class as a Session and open a page with this code! and if you see the ExportFormatType.Excel is to open in Excel good luck!!
|
|
|
|
|
|
Assuming the file is on the sever and not on the client machine, simply create a hyperlink to the file.
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
|
I have been given a task at work. I am still very entry level in programming and I volunteered to do it for the experience. They are also aware that this is not my normal job function. I have been tasked w/ creating a web page that functions similar to Microsoft's troubleshooting page. You type in a search function and then select the issue you are having. It would then order the steps posting the first step to take first, ask yes or no and then based on the answer provide a different response. I am not sure how to approach it or exactly what ASP technologies I would want to use. I would think that connecting to a database of some sort would be the easiest way to do this.
|
|
|
|
|
You may want to view this as a knowledge base project.
You can create a small database (MS-Access) would be fine, with 2 tables:
1) Problem
2) Steps
In the Problem table, you would provide a summary of the problem, more detailed description of the problem and other stuff like, date created, author, date last modified, status, stuff like that.
In the Resolution table, you would list the steps involved in confirming that this is indeed the problem, then steps to resolve it. You would store things like the Problem ID (which provides a link back to the first table), step indicator (trobleshooting or resolution) and a step number (1,2,3, etc)
You would build your search utility to search the summary or detailed description, then have the user choose the Problem and drill into the more detailed steps.
However, if you really want to bring some value to your organization, take a look at DotNetNuke. http://www.dotnetnuke.com/[^]
This is an incredible tool that would not require any programming per se, but you would have to install the software on an IIS server.
Do yourself a favor and check out the video ...
http://www.dotnetnuke.com/Products/Overview/VideoIntroduction/tabid/1416/Default.aspx[^]
|
|
|
|
|
I am trying to keep it so I can create it. I am looking to improve my programming skills. I will look in to writing it as a knowledge base. I will see if I can dig up some books on ASP as it has been a while since I have written any sort of program. Any tips, hints or suggestions would be much appreciated.
|
|
|
|
|
David Mujica wrote: (MS-Access) would be fine,
For a web app?! Absolutely not. MS-Access was not built to support that environment and there are better alternatives, like SQL Express that will allow for better performance and a better upgrade path.
David Mujica wrote: However, if you really want to bring some value to your organization, take a look at DotNetNuke.
You are obviously a strong proponent of DotNetPuke. Please tell us why this is the best choice in this situation and what is the value to the organization for implementing it.
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
Hi all,
i have a domain on windows 2003 server with 8GB memory and session management is done via SQL. We have created around 4000 subdomains and sence then we have been suffering from serious memory problems.
Can anybody help? thanks
|
|
|
|